home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Apple Reference & Presen…rary 6 (Reseller Edition)
/
Apple Ref. & Pres. Lib.v6.0.toast
/
pc
/
3-Presentations
/
Markets
/
Education
/
Solutions.91
/
Solutions
/
background_6607.txt
< prev
next >
Wrap
Text File
|
1990-12-05
|
2KB
|
95 lines
-- background: 6607 from stack: in
-- bmap block id: 7430
-- flags: 0000
-- background id: 0
-- name:
----- HyperTalk script -----
function lineClicked
return ((the clickV - top of the target) div the textHeight of the target) + 1
end lineClicked
-- part 25 (field)
-- low flags: 00
-- high flags: 0000
-- rect: left=67 top=310 right=336 bottom=297
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 156
-- text size: 18
-- style flags: 2048
-- line height: 24
-- part name: backWhere
-- part 1 (field)
-- low flags: 01
-- high flags: 0000
-- rect: left=60 top=31 right=64 bottom=477
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 0
-- font id: 156
-- text size: 24
-- style flags: 10240
-- line height: 32
-- part name: Title
-- part 12 (field)
-- low flags: 01
-- high flags: 0000
-- rect: left=57 top=75 right=95 bottom=456
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 0
-- font id: 2
-- text size: 10
-- style flags: 0
-- line height: 16
-- part name: Text
-- part 21 (button)
-- low flags: 00
-- high flags: 0000
-- rect: left=56 top=307 right=338 bottom=296
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: Return
----- HyperTalk script -----
on mouseUp
visual effect iris close
pop card
end mouseUp
-- part 24 (field)
-- low flags: 01
-- high flags: 0000
-- rect: left=57 top=92 right=212 bottom=509
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 0
-- font id: 156
-- text size: 18
-- style flags: 0
-- line height: 30
-- part name: theList
----- HyperTalk script -----
on mouseUp
select line lineClicked() of me
wait for 10
visual effect wipe left
go to card (the number of this card + lineClicked())
end mouseUp